home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "QRList.h"
- //---------------------------------------------------------------------
- #pragma resource "*.dfm"
- TQRListForm *QRListForm;
- //---------------------------------------------------------------------
- __fastcall TQRListForm::TQRListForm(TComponent* AOwner)
- : TQuickRep(AOwner)
- {
- }
- //---------------------------------------------------------------------
-